home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Me-Mz / Memory Tools.cpt / Memory Tools / card_11944.txt < prev    next >
Text File  |  1989-01-07  |  561b  |  31 lines

  1. -- card: 11944 from stack: in
  2. -- bmap block id: 16040
  3. -- flags: 4000
  4. -- background id: 10662
  5. -- name: about
  6. ----- HyperTalk script -----
  7. on opencard
  8.  
  9. end opencard
  10.  
  11.  
  12.  
  13. -- part 1 (button)
  14. -- low flags: 00
  15. -- high flags: 2000
  16. -- rect: left=432 top=318 right=340 bottom=455
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 1013 / 1013
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: New Button
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   visual effect dissolve
  28.   go next card
  29. end mouseUp
  30.  
  31.